InsertRange(Int32,T[]) Method
Inserts the elements from an array of page objects into the pages collection at the specified index.
public void InsertRange(
int ,
[]
)
'Declaration
Public Overloads Sub InsertRange( _
ByVal As Integer, _
ByVal () As _
)
Parameters
- index
- The index.
- pages
- The pages.